net/http.transferWriter.ByteReadCh (field)
6 uses
net/http (current package)
transfer.go#L74: ByteReadCh chan readResult // non-nil if probeRequestBody called
transfer.go#L208: t.ByteReadCh = make(chan readResult, 1)
transfer.go#L216: t.ByteReadCh <- rres
transfer.go#L217: close(t.ByteReadCh)
transfer.go#L221: case rres := <-t.ByteReadCh:
transfer.go#L1083: rres := <-fr.tw.ByteReadCh
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |